home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-01-12 | 915 b | 31 lines | [TEXT/GEOL] |
- Item 4762129 11-Jan-90 13:13
-
- From: ROSENSTEIN1 Rosenstein, Larry
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: RE>Dimmed TextListView It
-
- Attn: MacApp Tech
- SentBy: Larry Rosenstein
- Date 1/11/90
- Subject RE>Dimmed TextListView Item
- From Larry Rosenstein
- To MacApp Tech
-
- Reply to: RE>Dimmed TextListView Items
- Curtis,
-
- The proper way to gray out text is to paint over it with penMode patBic and
- pen pattern Gray. Using the patBic mode results in the gray affecting only
- the text an the white background. (If the text was on a colored background,
- then you might need a different approach.) If you use a heavy font like
- Chicago, then you will easily be able to read the grayed out text.
-
- If you use patXOR, then the gray will appear in the white background as well,
- making the text impossible to read.
-
- Larry
-
-
-